|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference Release 11.2.1 E13083-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimesTenPreparedStatement
Contains TimesTen extension to java.sql.PreparedStatement
Field Summary |
---|
Fields inherited from interface java.sql.Statement |
---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
Method Summary | |
---|---|
java.sql.ResultSet |
getReturnResultSet() Returns the DML returned parameters in the form of a ResultSet. |
void |
registerReturnParameter(int paramIndex, int sqlType) Use this method to register DML returning parameters. |
void |
registerReturnParameter(int paramIndex, int sqlType, int maxSize) Use this method to register DML returning parameters. |
Methods inherited from interface java.sql.PreparedStatement |
---|
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
Methods inherited from interface java.sql.Statement |
---|
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout |
Methods inherited from interface java.sql.Wrapper |
---|
isWrapperFor, unwrap |
Method Detail |
---|
void registerReturnParameter(int paramIndex, int sqlType) throws java.sql.SQLException
paramIndex
- the first parameter is 1, the second is 2,...sqlType
- a value from java.sql.Types supported by TimesTenjava.sql.SQLException
- if a database access error occursvoid registerReturnParameter(int paramIndex, int sqlType, int maxSize) throws java.sql.SQLException
paramIndex
- the first parameter is 1, the second is 2,...sqlType
- a value from java.sql.Types supported by TimesTenmaxSize
- Maximum size of the parameter specified in bytes for BINARY/VARBINARY fields and in characters for CHAR/VARCHAR fields.java.sql.SQLException
- if a database access error or truncation error occursjava.sql.ResultSet getReturnResultSet() throws java.sql.SQLException
java.sql.SQLException
- if a database access error occurs
|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference Release 11.2.1 E13083-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |